home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / HyperArchy / HyperArchy Manual / card_4091.txt < prev    next >
Text File  |  1990-02-11  |  3KB  |  87 lines

  1. -- card: 4091 from stack: in
  2. -- bmap block id: 4106
  3. -- flags: 0000
  4. -- background id: 2784
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=6 top=51 right=312 bottom=505
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 4 (button)
  23. -- low flags: 00
  24. -- high flags: A004
  25. -- rect: left=131 top=304 right=331 bottom=351
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Click Here for Unlocked Version
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   push card
  37.   go to card id 17415
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 5 (button)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=474 top=307 right=336 bottom=510
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 26425 / 26425
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Next
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   visual effect scroll left
  57.   go to next card
  58. end mouseUp
  59.  
  60.  
  61. -- part 6 (button)
  62. -- low flags: 00
  63. -- high flags: 0000
  64. -- rect: left=2 top=22 right=51 bottom=38
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 29114 / 29114
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: Return
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   visual effect iris close
  76.   pop card
  77. end mouseUp
  78.  
  79.  
  80.  
  81. -- part contents for card part 2
  82. ----- text -----
  83. HyperArchy is a kit for building hierarchical databases, using HyperCard as a base.  The kit comes to you as two stacks.  The stack that you are currently browsing is the full manual for HyperArchy.  The other stack contains a single card which we will refer to as the "Element Card".
  84.  
  85. The Element Card is a building block that can be used to build full multi-level hierarchical databases, according to your own design.
  86.  
  87. Note:  The Element Card is locked.  You will be limited to user level "Painting" while using it.  You will still be able to build your own multi-stack database from the locked Element Card.  However, if you want to customize your database by adding special fields to the Element Cards, or by modifing the control buttons, you will need to get an unlocked version.  If you want to see how the scripts work, you will also need to get an unlocked version (there is a good example of recursion in the "Delete" button's script).